object Form6: TForm6 Left = 201 Top = 186 HelpContext = 6000 BorderStyle = bsDialog Caption = 'Command State' ClientHeight = 143 ClientWidth = 242 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 6 Top = 5 Width = 232 Height = 101 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label12: TLabel Left = 8 Top = 15 Width = 55 Height = 13 Caption = 'State count' end object Label13: TLabel Left = 8 Top = 45 Width = 53 Height = 13 Caption = 'Begin state' end object Label2: TLabel Left = 140 Top = 11 Width = 85 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Current State:' end object LedDisplay1: TDotMatrix Left = 160 Top = 40 Width = 49 Height = 28 Text = '00' end object Edit9: TEdit Left = 96 Top = 11 Width = 41 Height = 21 TabOrder = 0 Text = '1' OnChange = Edit9Change end object Edit10: TEdit Left = 96 Top = 43 Width = 41 Height = 21 TabOrder = 1 Text = '1' OnChange = Edit10Change end object CheckBox7: TCheckBox Left = 8 Top = 73 Width = 217 Height = 17 Caption = 'Execute on all states except 1' TabOrder = 2 OnClick = CheckBox7Click end end object Button1: TButton Left = 5 Top = 112 Width = 65 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 90 Top = 112 Width = 65 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 174 Top = 112 Width = 65 Height = 25 Caption = 'Apply' Enabled = False TabOrder = 3 OnClick = Button3Click end end